Package net.opengis.gml._3
Class AbstractCurveType
- java.lang.Object
-
- net.opengis.gml._3.AbstractGMLType
-
- net.opengis.gml._3.AbstractGeometryType
-
- net.opengis.gml._3.AbstractGeometricPrimitiveType
-
- net.opengis.gml._3.AbstractCurveType
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LineStringType
public abstract class AbstractCurveType extends AbstractGeometricPrimitiveType implements Serializable
gml:AbstractCurveType is an abstraction of a curve to support the different levels of complexity. The curve may always be viewed as a geometric primitive, i.e. is continuous.Java class for AbstractCurveType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractCurveType"> <complexContent> <extension base="{http://www.opengis.net/gml/3.2}AbstractGeometricPrimitiveType"> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.opengis.gml._3.AbstractGeometryType
srsDimension, srsName
-
Fields inherited from class net.opengis.gml._3.AbstractGMLType
descriptionReference, id, identifier, names
-
-
Constructor Summary
Constructors Constructor Description AbstractCurveType()
-
Method Summary
-
Methods inherited from class net.opengis.gml._3.AbstractGeometryType
getSrsDimension, getSrsName, setSrsDimension, setSrsName
-
Methods inherited from class net.opengis.gml._3.AbstractGMLType
getDescriptionReference, getId, getIdentifier, getNames, setDescriptionReference, setId, setIdentifier
-
-