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 TLcdDataPropertyData property that maps to theAbstractRingelement. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theAbstractRingelement.voidsetAbstractRing(TLcdGML32AbstractRing aValue) Sets the value of the property that maps to theAbstractRingelement.
-
Field Details
-
ABSTRACT_RING_PROPERTY
Data property that maps to theAbstractRingelement. The possible values for this property are instances ofTLcdGML32AbstractRing.
-
-
Constructor Details
-
TLcdGML32AbstractRingProperty
public TLcdGML32AbstractRingProperty() -
TLcdGML32AbstractRingProperty
-
-
Method Details
-
getAbstractRing
Returns the value of the property that maps to theAbstractRingelement.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_PROPERTYproperty.
-
setAbstractRing
Sets the value of the property that maps to theAbstractRingelement.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_PROPERTYproperty.
-