Class TLcdNVG20Exclusion
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.nvg.nvg20.model.TLcdNVG20Exclusion
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Exclusions areas are holes in NVG areas.
- Since:
- 2015.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the choice between thelinear-ring
andcircular-ring
andelliptic-ring
andarcband-ring
andrect-ring
elements. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRings()
Returns the value of the property that maps to the choice between thelinear-ring
andcircular-ring
andelliptic-ring
andarcband-ring
andrect-ring
elements.
-
Field Details
-
RINGS_PROPERTY
Data property that maps to the choice between thelinear-ring
andcircular-ring
andelliptic-ring
andarcband-ring
andrect-ring
elements. The possible values for this property are instances ofjava.util.List
with elements of class
-
-
Constructor Details
-
TLcdNVG20Exclusion
public TLcdNVG20Exclusion() -
TLcdNVG20Exclusion
-
-
Method Details
-
getRings
Returns the value of the property that maps to the choice between thelinear-ring
andcircular-ring
andelliptic-ring
andarcband-ring
andrect-ring
elements.The possible values for this property are instances of
java.util.List
with elements of class- Returns:
- the value of the
RINGS_PROPERTY
property.
-