Package com.luciad.format.gml32.model
Class TLcdGML32AbstractRingProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractRingProperty
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
A property with the content model of gml:AbstractRingPropertyType encapsulates a ring to represent the surface boundary property of a surface.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theAbstractRing
element. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theAbstractRing
element.void
setAbstractRing
(TLcdGML32AbstractRing aValue) Sets the value of the property that maps to theAbstractRing
element.
-
Field Details
-
ABSTRACT_RING_PROPERTY
Data property that maps to theAbstractRing
element. The possible values for this property are instances ofTLcdGML32AbstractRing
.
-
-
Constructor Details
-
Method Details
-
getAbstractRing
Returns the value of the property that maps to theAbstractRing
element.An abstraction of a ring to support surface boundaries of different complexity. The AbstractRing element is the abstract head of the substitution group for all closed boundaries of a surface patch.
- Returns:
- the value of the
ABSTRACT_RING_PROPERTY
property.
-
setAbstractRing
Sets the value of the property that maps to theAbstractRing
element.An abstraction of a ring to support surface boundaries of different complexity. The AbstractRing element is the abstract head of the substitution group for all closed boundaries of a surface patch.
- Parameters:
aValue
- the value to set for theABSTRACT_RING_PROPERTY
property.
-