Package com.luciad.format.gml31.model
Class TLcdGML31AbstractCoverage
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31AbstractGML
com.luciad.format.gml31.model.TLcdGML31AbstractFeature
com.luciad.format.gml31.model.TLcdGML31AbstractCoverage
- All Implemented Interfaces:
ILcdDataObject,ILcdBounded,ILcdShape,ILcdShapeList,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdInvalidateable,ILcdSelfDescribedFeatured,Serializable,Cloneable
- Direct Known Subclasses:
TLcdGML31AbstractContinuousCoverage,TLcdGML31AbstractDiscreteCoverage
Abstract element which acts as the head of a substitution group for coverages. Note that a coverage is a GML feature.
- Since:
- 2018.1
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theboundedByelement.static final TLcdDataPropertyData property that maps to thedimensionattribute.static final TLcdDataPropertyData property that maps to thedomainSetelement.static final TLcdDataPropertyData property that maps to thelocationelement.static final TLcdDataPropertyData property that maps to therangeSetelement.Fields inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractGML
DESCRIPTION_PROPERTY, ID_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY -
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 thedimensionattribute.Returns the value of the property that maps to thedomainSetelement.Returns the value of the property that maps to thelocationelement.Returns the value of the property that maps to therangeSetelement.voidsetBoundedBy(TLcdGML31BoundingShape aValue) Sets the value of the property that maps to theboundedByelement.voidsetDimension(Long aValue) Sets the value of the property that maps to thedimensionattribute.voidsetDomainSet(TLcdGML31DomainSet aValue) Sets the value of the property that maps to thedomainSetelement.voidsetLocation(Object aValue) Sets the value of the property that maps to thelocationelement.voidsetRangeSet(TLcdGML31RangeSet aValue) Sets the value of the property that maps to therangeSetelement.Methods inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractFeature
clone, clone, collectShapes, contains2D, contains2D, contains3D, contains3D, getBounds, getFocusPoint, getShape, getShapeCount, invalidateObject, shapesChangedMethods inherited from class com.luciad.format.gml31.model.TLcdGML31AbstractGML
getDescription, getId, getMetaDataProperty, getName, setDescription, setIdMethods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeatureMethods inherited from class com.luciad.datamodel.TLcdDataObject
getDataType, getValue, getValue, hasValue, hasValue, setValue, setValue, toString
-
Field Details
-
DIMENSION_PROPERTY
Data property that maps to thedimensionattribute. The possible values for this property are instances ofLong. -
DOMAIN_SET_PROPERTY
Data property that maps to thedomainSetelement. The possible values for this property are instances ofTLcdGML31DomainSet. -
RANGE_SET_PROPERTY
Data property that maps to therangeSetelement. The possible values for this property are instances ofTLcdGML31RangeSet. -
BOUNDED_BY_PROPERTY
Data property that maps to theboundedByelement. The possible values for this property are instances ofTLcdGML31BoundingShape. -
LOCATION_PROPERTY
Data property that maps to thelocationelement. The possible values for this property are instances ofTLcdGML31LocationProperty.
-
-
Constructor Details
-
TLcdGML31AbstractCoverage
public TLcdGML31AbstractCoverage() -
TLcdGML31AbstractCoverage
-
-
Method Details
-
getDimension
Returns the value of the property that maps to thedimensionattribute.- Returns:
- the value of the
DIMENSION_PROPERTYproperty.
-
setDimension
Sets the value of the property that maps to thedimensionattribute.- Parameters:
aValue- the value to set for theDIMENSION_PROPERTYproperty.
-
getDomainSet
Returns the value of the property that maps to thedomainSetelement.- Returns:
- the value of the
DOMAIN_SET_PROPERTYproperty.
-
setDomainSet
Sets the value of the property that maps to thedomainSetelement.- Parameters:
aValue- the value to set for theDOMAIN_SET_PROPERTYproperty.
-
getRangeSet
Returns the value of the property that maps to therangeSetelement.- Returns:
- the value of the
RANGE_SET_PROPERTYproperty.
-
setRangeSet
Sets the value of the property that maps to therangeSetelement.- Parameters:
aValue- the value to set for theRANGE_SET_PROPERTYproperty.
-
getBoundedBy
Returns the value of the property that maps to theboundedByelement.- Returns:
- the value of the
BOUNDED_BY_PROPERTYproperty.
-
setBoundedBy
Sets the value of the property that maps to theboundedByelement.- Parameters:
aValue- the value to set for theBOUNDED_BY_PROPERTYproperty.
-
getLocation
Returns the value of the property that maps to thelocationelement.Deprecated in GML 3.1.0
- Returns:
- the value of the
LOCATION_PROPERTYproperty. - See Also:
-
setLocation
Sets the value of the property that maps to thelocationelement.Deprecated in GML 3.1.0
- Parameters:
aValue- the value to set for theLOCATION_PROPERTYproperty.
-