Uses of Interface
net.opengis.gml311.CRSRefType
-
Packages that use CRSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CRSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return CRSRefType Modifier and Type Method Description CRSRefTypeGml311Factory. createCRSRefType()Returns a new object of class 'CRS Ref Type'.CRSRefTypeDocumentRoot. getCrsRef()Returns the value of the 'Crs Ref' containment reference.CRSRefTypeAbstractCoordinateOperationType. getSourceCRS()Returns the value of the 'Source CRS' containment reference.CRSRefTypeDocumentRoot. getSourceCRS()Returns the value of the 'Source CRS' containment reference.CRSRefTypeAbstractCoordinateOperationType. getTargetCRS()Returns the value of the 'Target CRS' containment reference.CRSRefTypeDocumentRoot. getTargetCRS()Returns the value of the 'Target CRS' containment reference.Methods in net.opengis.gml311 with parameters of type CRSRefType Modifier and Type Method Description voidDocumentRoot. setCrsRef(CRSRefType value)Sets the value of the 'Crs Ref' containment reference.voidAbstractCoordinateOperationType. setSourceCRS(CRSRefType value)Sets the value of the 'Source CRS' containment reference.voidDocumentRoot. setSourceCRS(CRSRefType value)Sets the value of the 'Source CRS' containment reference.voidAbstractCoordinateOperationType. setTargetCRS(CRSRefType value)Sets the value of the 'Target CRS' containment reference.voidDocumentRoot. setTargetCRS(CRSRefType value)Sets the value of the 'Target CRS' containment reference. -
Uses of CRSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CRSRefType Modifier and Type Class Description classCRSRefTypeImplAn implementation of the model object 'CRS Ref Type'.Fields in net.opengis.gml311.impl declared as CRSRefType Modifier and Type Field Description protected CRSRefTypeAbstractCoordinateOperationTypeImpl. sourceCRSThe cached value of the 'Source CRS' containment reference.protected CRSRefTypeAbstractCoordinateOperationTypeImpl. targetCRSThe cached value of the 'Target CRS' containment reference.Methods in net.opengis.gml311.impl that return CRSRefType Modifier and Type Method Description CRSRefTypeGml311FactoryImpl. createCRSRefType()CRSRefTypeDocumentRootImpl. getCrsRef()CRSRefTypeAbstractCoordinateOperationTypeImpl. getSourceCRS()CRSRefTypeDocumentRootImpl. getSourceCRS()CRSRefTypeAbstractCoordinateOperationTypeImpl. getTargetCRS()CRSRefTypeDocumentRootImpl. getTargetCRS()Methods in net.opengis.gml311.impl with parameters of type CRSRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCrsRef(CRSRefType newCrsRef, NotificationChain msgs)NotificationChainAbstractCoordinateOperationTypeImpl. basicSetSourceCRS(CRSRefType newSourceCRS, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetSourceCRS(CRSRefType newSourceCRS, NotificationChain msgs)NotificationChainAbstractCoordinateOperationTypeImpl. basicSetTargetCRS(CRSRefType newTargetCRS, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetTargetCRS(CRSRefType newTargetCRS, NotificationChain msgs)voidDocumentRootImpl. setCrsRef(CRSRefType newCrsRef)voidAbstractCoordinateOperationTypeImpl. setSourceCRS(CRSRefType newSourceCRS)voidDocumentRootImpl. setSourceCRS(CRSRefType newSourceCRS)voidAbstractCoordinateOperationTypeImpl. setTargetCRS(CRSRefType newTargetCRS)voidDocumentRootImpl. setTargetCRS(CRSRefType newTargetCRS) -
Uses of CRSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CRSRefType Modifier and Type Method Description TGml311Switch. caseCRSRefType(CRSRefType object)Returns the result of interpreting the object as an instance of 'CRS Ref Type'.booleanGml311Validator. validateCRSRefType(CRSRefType crsRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-