|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.core.map.GraphicsUtil
public class GraphicsUtil
The Class GraphicsUtil.
Constructor Summary | |
---|---|
GraphicsUtil()
|
Method Summary | |
---|---|
static Object |
convertStringFieldValue(String strfieldValue,
String fieldname,
Field[] fields)
Convert string field value. |
static SpatialReference |
getSpatialReference(Graphic g)
Gets the spatial reference. |
static void |
updateFeatureSetGeometryType(FeatureSet fs,
Geometry.Type type)
Update feature set geometry type. |
static void |
updateTextSymbolsText(FeatureSet fset)
This utility method is to go through all features in the feature set to find if the feature has a TextSymbol but no text being assigned, then try to use feature attribute text property to assign it if the text attribute text is not null. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphicsUtil()
Method Detail |
---|
public static final SpatialReference getSpatialReference(Graphic g)
g
- the g
public static final void updateTextSymbolsText(FeatureSet fset)
fset
- a FeatureSet objectpublic static final void updateFeatureSetGeometryType(FeatureSet fs, Geometry.Type type)
fs
- the fstype
- the typepublic static final Object convertStringFieldValue(String strfieldValue, String fieldname, Field[] fields)
strfieldValue
- the strfield valuefieldname
- the fieldnamefields
- the fields
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |