Uses of Interface
net.opengis.gml311.OffsetCurveType
-
Packages that use OffsetCurveType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of OffsetCurveType in net.opengis.gml311
Methods in net.opengis.gml311 that return OffsetCurveType Modifier and Type Method Description OffsetCurveType
Gml311Factory. createOffsetCurveType()
Returns a new object of class 'Offset Curve Type'.OffsetCurveType
DocumentRoot. getOffsetCurve()
Returns the value of the 'Offset Curve' containment reference.Methods in net.opengis.gml311 with parameters of type OffsetCurveType Modifier and Type Method Description void
DocumentRoot. setOffsetCurve(OffsetCurveType value)
Sets the value of the 'Offset Curve
' containment reference. -
Uses of OffsetCurveType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement OffsetCurveType Modifier and Type Class Description class
OffsetCurveTypeImpl
An implementation of the model object 'Offset Curve Type'.Methods in net.opengis.gml311.impl that return OffsetCurveType Modifier and Type Method Description OffsetCurveType
Gml311FactoryImpl. createOffsetCurveType()
OffsetCurveType
DocumentRootImpl. getOffsetCurve()
Methods in net.opengis.gml311.impl with parameters of type OffsetCurveType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetOffsetCurve(OffsetCurveType newOffsetCurve, NotificationChain msgs)
void
DocumentRootImpl. setOffsetCurve(OffsetCurveType newOffsetCurve)
-
Uses of OffsetCurveType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type OffsetCurveType Modifier and Type Method Description T
Gml311Switch. caseOffsetCurveType(OffsetCurveType object)
Returns the result of interpreting the object as an instance of 'Offset Curve Type'.boolean
Gml311Validator. validateOffsetCurveType(OffsetCurveType offsetCurveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-