Package com.luciad.format.gml31.model
Class TLcdGML31AbstractRingProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31AbstractRingProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdFeatured
,ILcdSelfDescribedFeatured
,Serializable
,Cloneable
Encapsulates a ring to represent the surface boundary property of a surface.
- Since:
- 10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QName
A boundary of a surface consists of a number of rings.static final QName
Deprecated with GML 3.0, included only for backwards compatibility with GML 2.static final QName
A boundary of a surface consists of a number of rings.static final QName
Deprecated with GML 3.0, included only for backwards compatibility with GML 2.static final TLcdDataProperty
Data property that maps to the_Ring
element.static final TLcdDataProperty
Data property that holds the type of this instance. -
Constructor Summary
ConstructorDescriptionCreates a new instance and initializes its type property to the given QName.TLcdGML31AbstractRingProperty
(QName aType, TLcdDataType aDataObjectType) Creates a new instance and initializes its type property to the given QName. -
Method Summary
Modifier and TypeMethodDescriptiongetRing()
Returns the value of the property that maps to the_Ring
element.getType()
Returns the value of the property that holds the type of this instance.void
setRing
(TLcdGML31AbstractRing aValue) Sets the value of the property that maps to the_Ring
element.void
Sets the value of the property that holds the type of this instance.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
RING_PROPERTY
Data property that maps to the_Ring
element. The possible values for this property are instances ofTLcdGML31AbstractRing
. -
TYPE_PROPERTY
Data property that holds the type of this instance. The possible values for this property are the publicQName
constants defined in this class. -
INTERIOR
A boundary of a surface consists of a number of rings. The "interior" rings seperate the surface / surface patch from the area enclosed by the rings. -
INNER_BOUNDARY_IS
Deprecated with GML 3.0, included only for backwards compatibility with GML 2. Use "interior" instead. -
OUTER_BOUNDARY_IS
Deprecated with GML 3.0, included only for backwards compatibility with GML 2. Use "exterior" instead. -
EXTERIOR
A boundary of a surface consists of a number of rings. In the normal 2D case, one of these rings is distinguished as being the exterior boundary. In a general manifold this is not always possible, in which case all boundaries shall be listed as interior boundaries, and the exterior will be empty.
-
-
Constructor Details
-
TLcdGML31AbstractRingProperty
public TLcdGML31AbstractRingProperty() -
TLcdGML31AbstractRingProperty
-
TLcdGML31AbstractRingProperty
Creates a new instance and initializes its type property to the given QName.- See Also:
-
TLcdGML31AbstractRingProperty
Creates a new instance and initializes its type property to the given QName.- See Also:
-
-
Method Details
-
getRing
Returns the value of the property that maps to the_Ring
element.The "_Ring" element is the abstract head of the substitution group for all closed boundaries of a surface patch.
- Returns:
- the value of the
RING_PROPERTY
property.
-
setRing
Sets the value of the property that maps to the_Ring
element.The "_Ring" element is the abstract head of the substitution group for all closed boundaries of a surface patch.
- Parameters:
aValue
- the value to set for theRING_PROPERTY
property.
-
getType
Returns the value of the property that holds the type of this instance.The possible values for this property are the public
QName
constants defined in this class.- Returns:
- the value of the
TYPE_PROPERTY
property.
-
setType
Sets the value of the property that holds the type of this instance.The possible values for this property are the public
QName
constants defined in this class.- Parameters:
aValue
- the value to set for theTYPE_PROPERTY
property.
-