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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theRow
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRow()
Returns the value of the property that maps to theRow
element.
-
Field Details
-
ROW_PROPERTY
Data property that maps to theRow
element. The possible values for this property are instances ofList<Row>
.
-
-
Constructor Details
-
TLcdGML32Rows
public TLcdGML32Rows() -
TLcdGML32Rows
-
-
Method Details
-
getRow
Returns the value of the property that maps to theRow
element.- Returns:
- the value of the
ROW_PROPERTY
property.
-