Class GPEFeature
java.lang.Object
org.gvsig.fmap.dal.store.gpe.model.GPEFeature
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddElement(GPEElement element) It adds a new elementorg.gvsig.fmap.geom.primitive.Envelopeorg.gvsig.fmap.geom.GeometrygetId()getName()static voidInitialize the feature idvoidsetElements(LinkedHashMap elements) voidsetGeometry(org.gvsig.fmap.geom.Geometry geometry) void
-
Constructor Details
-
GPEFeature
-
GPEFeature
public GPEFeature()
-
-
Method Details
-
getId
- Returns:
- the id
-
setId
- Parameters:
id- the id to set
-
getGeometry
public org.gvsig.fmap.geom.Geometry getGeometry()- Returns:
- the geometry
-
setGeometry
public void setGeometry(org.gvsig.fmap.geom.Geometry geometry) - Parameters:
geometry- the geometry to set
-
getelements
- Returns:
- the elements
-
setElements
- Parameters:
elements- the elements to set
-
addElement
It adds a new element- Parameters:
element- The element to add
-
getName
- Returns:
- the name
-
getTypeName
- Returns:
- the typeName
-
initIdFeature
public static void initIdFeature()Initialize the feature id -
getEnvelope
public org.gvsig.fmap.geom.primitive.Envelope getEnvelope()
-