Package com.luciad.format.gml32.model
Class TLcdGML32Rows
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32Rows
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Since:
- 10.0
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theRow
element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRow()
Returns the value of the property that maps to theRow
element.
-
Field Details
-
Constructor Details
-
Method Details
-
getRow
Returns the value of the property that maps to theRow
element.- Returns:
- the value of the
ROW_PROPERTY
property.
-