omsi.putAttribute(OMGraphicConstants.LABEL,
new OMTextLabeler("SFPPV-----*****", OMText.JUSTIFY_LEFT, OMTextLabeler.ANCHOR_RIGHT));
omList.add(omsi);
SymbolPart sp = srl.getSymbolPartForCode("SFPPV-----*****");
if (sp != null) {
omsi.putAttribute(OMGraphic.TOOLTIP, sp.getDescription());
}
} else {
Debug.output("DemoLayer: couldn't create symbol from SymbolReferenceLibrary");
}
}