com.supermap.mapping.collector
Class ElementPoint
- java.lang.Object
-
- com.supermap.mapping.collector.CollectorElement
-
- com.supermap.mapping.collector.ElementPoint
-
public class ElementPoint extends CollectorElement
point type collection object class.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.supermap.mapping.collector.CollectorElement
CollectorElement.GPSElementType, CollectorElement.OnClickListener
-
-
Constructor Summary
Constructors Constructor and Description ElementPoint()
Construct a new point type of collection object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description boolean
fromGeometry(Geometry geometry)
construct point type collection object by Geometry.-
Methods inherited from class com.supermap.mapping.collector.CollectorElement
addPoint, getBounds, getGeometry, getGeometryType, getGeoPoints, getID, getName, getNotes, getOnClickListenner, getPart, getType, getUserData, setName, setNotes, setOnClickListenner, setUserData
-
-
-
-
Constructor Detail
-
ElementPoint
public ElementPoint()
Construct a new point type of collection object
-
-
Method Detail
-
fromGeometry
public boolean fromGeometry(Geometry geometry)
construct point type collection object by Geometry.- Specified by:
fromGeometry
in classCollectorElement
- Parameters:
geometry
- geographic element.- Returns:
- A boolean. Return true if successful; otherwise, false.
-
-