|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.map.FeatureUtil
public class FeatureUtil
The Class FeatureUtil.
Constructor Summary | |
---|---|
FeatureUtil()
|
Method Summary | |
---|---|
static Graphic |
newGraphic(int uid,
Geometry geometry,
Symbol symbol,
Map<String,Object> attributes,
InfoTemplate infoTemp)
Created a Graphic with the given UID. |
static Graphic |
newGraphic(int uid,
Geometry geometry,
Symbol symbol,
Map<String,Object> attributes,
InfoTemplate infoTemp,
int drawOrder)
Created a Graphic with the given UID. |
static void |
updateFeatureSetGeometryType(FeatureSet fs,
Geometry.Type type)
Update feature set geometry type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeatureUtil()
Method Detail |
---|
public static final void updateFeatureSetGeometryType(FeatureSet fs, Geometry.Type type)
fs
- the featuresettype
- the typepublic static final Graphic newGraphic(int uid, Geometry geometry, Symbol symbol, Map<String,Object> attributes, InfoTemplate infoTemp)
uid
- the uid of the new Graphicgeometry
- the geometry using by the graphicsymbol
- the symbol to draw the graphic withattributes
- the attributes of the graphicinfoTemp
- the infoTemplate of the graphic
public static final Graphic newGraphic(int uid, Geometry geometry, Symbol symbol, Map<String,Object> attributes, InfoTemplate infoTemp, int drawOrder)
uid
- the uid of the new Graphicgeometry
- the geometry using by the graphicsymbol
- the symbol to draw the graphic withattributes
- the attributes of the graphicinfoTemp
- the infoTemplate of the graphic
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |