Uses of Interface
net.opengis.gml311.CoordinateSystemRefType
-
Packages that use CoordinateSystemRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CoordinateSystemRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return CoordinateSystemRefType Modifier and Type Method Description CoordinateSystemRefTypeGml311Factory. createCoordinateSystemRefType()Returns a new object of class 'Coordinate System Ref Type'.CoordinateSystemRefTypeDocumentRoot. getCoordinateSystemRef()Returns the value of the 'Coordinate System Ref' containment reference.CoordinateSystemRefTypeDerivedCRSType. getUsesCS()Returns the value of the 'Uses CS' containment reference.CoordinateSystemRefTypeDocumentRoot. getUsesCS()Returns the value of the 'Uses CS' containment reference.CoordinateSystemRefTypeEngineeringCRSType. getUsesCS()Returns the value of the 'Uses CS' containment reference.Methods in net.opengis.gml311 with parameters of type CoordinateSystemRefType Modifier and Type Method Description voidDocumentRoot. setCoordinateSystemRef(CoordinateSystemRefType value)Sets the value of the 'Coordinate System Ref' containment reference.voidDerivedCRSType. setUsesCS(CoordinateSystemRefType value)Sets the value of the 'Uses CS' containment reference.voidDocumentRoot. setUsesCS(CoordinateSystemRefType value)Sets the value of the 'Uses CS' containment reference.voidEngineeringCRSType. setUsesCS(CoordinateSystemRefType value)Sets the value of the 'Uses CS' containment reference. -
Uses of CoordinateSystemRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CoordinateSystemRefType Modifier and Type Class Description classCoordinateSystemRefTypeImplAn implementation of the model object 'Coordinate System Ref Type'.Fields in net.opengis.gml311.impl declared as CoordinateSystemRefType Modifier and Type Field Description protected CoordinateSystemRefTypeDerivedCRSTypeImpl. usesCSThe cached value of the 'Uses CS' containment reference.protected CoordinateSystemRefTypeEngineeringCRSTypeImpl. usesCSThe cached value of the 'Uses CS' containment reference.Methods in net.opengis.gml311.impl that return CoordinateSystemRefType Modifier and Type Method Description CoordinateSystemRefTypeGml311FactoryImpl. createCoordinateSystemRefType()CoordinateSystemRefTypeDocumentRootImpl. getCoordinateSystemRef()CoordinateSystemRefTypeDerivedCRSTypeImpl. getUsesCS()CoordinateSystemRefTypeDocumentRootImpl. getUsesCS()CoordinateSystemRefTypeEngineeringCRSTypeImpl. getUsesCS()Methods in net.opengis.gml311.impl with parameters of type CoordinateSystemRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCoordinateSystemRef(CoordinateSystemRefType newCoordinateSystemRef, NotificationChain msgs)NotificationChainDerivedCRSTypeImpl. basicSetUsesCS(CoordinateSystemRefType newUsesCS, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetUsesCS(CoordinateSystemRefType newUsesCS, NotificationChain msgs)NotificationChainEngineeringCRSTypeImpl. basicSetUsesCS(CoordinateSystemRefType newUsesCS, NotificationChain msgs)voidDocumentRootImpl. setCoordinateSystemRef(CoordinateSystemRefType newCoordinateSystemRef)voidDerivedCRSTypeImpl. setUsesCS(CoordinateSystemRefType newUsesCS)voidDocumentRootImpl. setUsesCS(CoordinateSystemRefType newUsesCS)voidEngineeringCRSTypeImpl. setUsesCS(CoordinateSystemRefType newUsesCS) -
Uses of CoordinateSystemRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CoordinateSystemRefType Modifier and Type Method Description TGml311Switch. caseCoordinateSystemRefType(CoordinateSystemRefType object)Returns the result of interpreting the object as an instance of 'Coordinate System Ref Type'.booleanGml311Validator. validateCoordinateSystemRefType(CoordinateSystemRefType coordinateSystemRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-