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 TLcdDataPropertyData property that maps to theRowelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRow()Returns the value of the property that maps to theRowelement.
-
Field Details
-
ROW_PROPERTY
Data property that maps to theRowelement. 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 theRowelement.- Returns:
- the value of the
ROW_PROPERTYproperty.
-