Package com.luciad.format.gml32.model
Class TLcdGML32FeatureCollection
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGML
com.luciad.format.gml32.model.TLcdGML32AbstractFeature
com.luciad.format.gml32.model.TLcdGML32AbstractFeatureCollection
com.luciad.format.gml32.model.TLcdGML32FeatureCollection
- All Implemented Interfaces:
ILcdDataObject,ILcd2DBoundsIndexedModel,ILcd2DBoundsInteractable,ILcdIntegerIndexedModel,ILcdModel,ILcdModelContainer,ILcdModelProducerListener,ILcdModelTreeNode,ILcdBounded,ILcdShape,ILcdShapeList,ILcdLockDependent,ILcdCloneable,ILcdDeepCloneable,ILcdDisposable,ILcdInvalidateable,Serializable,AutoCloseable,Cloneable,EventListener
- Since:
- 10.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.luciad.model.ILcdModel
ILcdModel.Query -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theboundedByelement.static final TLcdDataPropertyData property that maps to thefeatureMemberelement.static final TLcdDataPropertyData property that maps to thefeatureMemberselement.static final TLcdDataPropertyData property that maps to thelocationelement.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTYFields inherited from interface com.luciad.model.ILcdModel
FIRE_LATER, FIRE_NOW, NO_EVENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theboundedByelement.Returns the value of the property that maps to thefeatureMemberelement.Returns the role value contained in the value of theFEATURE_MEMBERS_PROPERTYproperty.Returns the value of the property that maps to thelocationelement.voidsetBoundedBy(TLcdGML32BoundingShape aValue) Sets the value of the property that maps to theboundedByelement.voidSets the value of the property that maps to thefeatureMemberselement.voidsetLocation(Object aValue) Sets the value of the property that maps to thelocationelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractFeatureCollection
addElement, addElements, addHierarchyModelContainerListener, addHierarchyModelListener, addModel, addModelContainerListener, addModelListener, applyOnInteract2DBounds, applyOnInteract2DBounds, canAddElement, canRemoveElement, clone, clone, dispose, elementAt, elementChanged, elements, elementsChanged, fireCollectedModelChanges, getBounds, getDependentObjects, getModel, getModelDescriptor, getModelEncoder, getModelMetadata, getModelReference, getValue, indexOf, isEmpty, modelCount, modelProduced, models, removeAllElements, removeElement, removeElements, removeHierarchyModelContainerListener, removeHierarchyModelListener, removeModel, removeModelContainerListener, removeModelListener, setModelDescriptor, setModelReference, sizeMethods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractFeature
collectShapes, contains2D, contains2D, contains3D, contains3D, getFocusPoint, getShape, getShapeCount, invalidateObject, shapesChangedMethods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifierMethods inherited from class com.luciad.datamodel.TLcdDataObject
getDataType, 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.model.ILcd2DBoundsIndexedModel
queryMethods inherited from interface com.luciad.util.ILcdDisposable
closeMethods inherited from interface com.luciad.model.ILcdModelContainer
getModels
-
Field Details
-
FEATURE_MEMBER_PROPERTY
Data property that maps to thefeatureMemberelement. The possible values for this property are instances ofList<TLcdGML32FeatureProperty>. -
FEATURE_MEMBERS_PROPERTY
Data property that maps to thefeatureMemberselement. The possible values for this property are instances ofTLcdGML32FeatureArrayProperty. -
BOUNDED_BY_PROPERTY
Data property that maps to theboundedByelement. The possible values for this property are instances ofTLcdGML32BoundingShape. -
LOCATION_PROPERTY
Data property that maps to thelocationelement. The possible values for this property are instances ofTLcdGML32LocationProperty.
-
-
Constructor Details
-
TLcdGML32FeatureCollection
public TLcdGML32FeatureCollection() -
TLcdGML32FeatureCollection
-
-
Method Details
-
getFeatureMember
Returns the value of the property that maps to thefeatureMemberelement.- Returns:
- the value of the
FEATURE_MEMBER_PROPERTYproperty. - See Also:
-
getFeatureMembers
Returns the role value contained in the value of theFEATURE_MEMBERS_PROPERTYproperty. Returnsnullif the value of theFEATURE_MEMBERS_PROPERTYproperty isnull.- Returns:
- the role value of the
FEATURE_MEMBERS_PROPERTYproperty. - See Also:
-
setFeatureMembers
Sets the value of the property that maps to thefeatureMemberselement. to a new instance of the association classTLcdGML32FeatureArrayPropertyinitialized with the given role value. In case the given role value isnull, theFEATURE_MEMBERS_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theFEATURE_MEMBERS_PROPERTYproperty.
-
getBoundedBy
Returns the value of the property that maps to theboundedByelement.This property describes the minimum bounding box or rectangle that encloses the entire feature.
- Returns:
- the value of the
BOUNDED_BY_PROPERTYproperty.
-
setBoundedBy
Sets the value of the property that maps to theboundedByelement.This property describes the minimum bounding box or rectangle that encloses the entire feature.
- Parameters:
aValue- the value to set for theBOUNDED_BY_PROPERTYproperty.
-
getLocation
Returns the value of the property that maps to thelocationelement.- Returns:
- the value of the
LOCATION_PROPERTYproperty. - See Also:
-
setLocation
Sets the value of the property that maps to thelocationelement.- Parameters:
aValue- the value to set for theLOCATION_PROPERTYproperty.
-