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 OffsetCurveTypeGml311Factory. createOffsetCurveType()Returns a new object of class 'Offset Curve Type'.OffsetCurveTypeDocumentRoot. 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 voidDocumentRoot. 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 classOffsetCurveTypeImplAn implementation of the model object 'Offset Curve Type'.Methods in net.opengis.gml311.impl that return OffsetCurveType Modifier and Type Method Description OffsetCurveTypeGml311FactoryImpl. createOffsetCurveType()OffsetCurveTypeDocumentRootImpl. getOffsetCurve()Methods in net.opengis.gml311.impl with parameters of type OffsetCurveType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetOffsetCurve(OffsetCurveType newOffsetCurve, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseOffsetCurveType(OffsetCurveType object)Returns the result of interpreting the object as an instance of 'Offset Curve Type'.booleanGml311Validator. validateOffsetCurveType(OffsetCurveType offsetCurveType, DiagnosticChain diagnostics, Map<Object,Object> context)
-