Package com.luciad.format.gml2.model
Class TLcdGML2AbstractGeometryCollectionBase
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml2.model.TLcdGML2AbstractGeometry
com.luciad.format.gml2.model.TLcdGML2AbstractGeometryCollectionBase
- All Implemented Interfaces:
ILcdDataObject,ILcdBounded,ILcdShape,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
- Direct Known Subclasses:
TLcdGML2GeometryCollection
This abstract base type for geometry collections just makes the
srsName attribute mandatory.
- Since:
- 10.0
- See Also:
-
Field Summary
Fields inherited from class com.luciad.format.gml2.model.TLcdGML2AbstractGeometry
GID_PROPERTY, SRS_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class com.luciad.format.gml2.model.TLcdGML2AbstractGeometry
contains2D, contains2D, contains3D, contains3D, getBounds, getFocusPoint, getGid, getSrs, setGid, setSrsMethods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeatureMethods inherited from class com.luciad.datamodel.TLcdDataObject
clone, clone, getDataType, getValue, getValue, hasValue, hasValue, setValue, setValue, toStringMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.luciad.util.ILcdCloneable
clone
-
Constructor Details
-
TLcdGML2AbstractGeometryCollectionBase
public TLcdGML2AbstractGeometryCollectionBase() -
TLcdGML2AbstractGeometryCollectionBase
-