Package com.luciad.format.gml32.model
Class TLcdGML32AbstractParametricCurveSurface
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractSurfacePatch
com.luciad.format.gml32.model.TLcdGML32AbstractParametricCurveSurface
- All Implemented Interfaces:
ILcdDataObject
,ILcdBounded
,ILcdShape
,ILcdCloneable
,ILcdDeepCloneable
,Serializable
,Cloneable
- Direct Known Subclasses:
TLcdGML32AbstractGriddedSurface
The element provides a substitution group head for the surface patches based on parametric curves. All properties are specified in the derived subtypes. All derived subtypes shall conform to the constraints specified in ISO 19107:2003, 6.4.40.
If provided, the aggregationType attribute shall have the value "set".
- Since:
- 10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theaggregationType
attribute. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theaggregationType
attribute.void
Sets the value of the property that maps to theaggregationType
attribute.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractSurfacePatch
contains2D, contains2D, contains3D, contains3D, getBounds, getFocusPoint
Methods inherited from class com.luciad.datamodel.TLcdDataObject
clone, clone, getDataType, getValue, getValue, hasValue, hasValue, setValue, setValue, toString
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.luciad.util.ILcdCloneable
clone
-
Field Details
-
AGGREGATION_TYPE_PROPERTY
Data property that maps to theaggregationType
attribute. The possible values for this property are instances ofELcdGML32Aggregation
.
-
-
Constructor Details
-
TLcdGML32AbstractParametricCurveSurface
public TLcdGML32AbstractParametricCurveSurface() -
TLcdGML32AbstractParametricCurveSurface
-
-
Method Details
-
getAggregationType
Returns the value of the property that maps to theaggregationType
attribute.- Returns:
- the value of the
AGGREGATION_TYPE_PROPERTY
property.
-
setAggregationType
Sets the value of the property that maps to theaggregationType
attribute.- Parameters:
aValue
- the value to set for theAGGREGATION_TYPE_PROPERTY
property.
-