public class NFEFeatureElementGeoObject extends NFEGeoObject
Constructor and Description |
---|
NFEFeatureElementGeoObject(NFEFeatureElement featElem)
Allocates a new feature element GeoObject
|
Modifier and Type | Method and Description |
---|---|
NFEFeatureElement |
getFeatureElement()
Gets the GeoObject feature element
|
boolean |
isLine()
Tells whether the type of the feature element is a line
|
boolean |
isPOL()
Tells whether the type of the feature element is POL (point on link)
|
boolean |
isPON()
Tells whether the type of the feature element is PON (point on node)
|
void |
refreshGeometry()
Updates the geoobject's geometry.
|
getDrawable, getGeometry, getKey, getLayer, getMBR, isSubElementOf, setGeometry, setKey, setLayer, substract
public NFEFeatureElementGeoObject(NFEFeatureElement featElem)
featElem
- the GeoObject's feature elementpublic void refreshGeometry()
NFEGeoObject
refreshGeometry
in class NFEGeoObject
public NFEFeatureElement getFeatureElement()
public boolean isPON()
public boolean isPOL()
public boolean isLine()