Uses of Interface
net.opengis.gml311.UserDefinedCSRefType
-
Packages that use UserDefinedCSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of UserDefinedCSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return UserDefinedCSRefType Modifier and Type Method Description UserDefinedCSRefTypeGml311Factory. createUserDefinedCSRefType()Returns a new object of class 'User Defined CS Ref Type'.UserDefinedCSRefTypeDocumentRoot. getUserDefinedCSRef()Returns the value of the 'User Defined CS Ref' containment reference.Methods in net.opengis.gml311 with parameters of type UserDefinedCSRefType Modifier and Type Method Description voidDocumentRoot. setUserDefinedCSRef(UserDefinedCSRefType value)Sets the value of the 'User Defined CS Ref' containment reference. -
Uses of UserDefinedCSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement UserDefinedCSRefType Modifier and Type Class Description classUserDefinedCSRefTypeImplAn implementation of the model object 'User Defined CS Ref Type'.Methods in net.opengis.gml311.impl that return UserDefinedCSRefType Modifier and Type Method Description UserDefinedCSRefTypeGml311FactoryImpl. createUserDefinedCSRefType()UserDefinedCSRefTypeDocumentRootImpl. getUserDefinedCSRef()Methods in net.opengis.gml311.impl with parameters of type UserDefinedCSRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetUserDefinedCSRef(UserDefinedCSRefType newUserDefinedCSRef, NotificationChain msgs)voidDocumentRootImpl. setUserDefinedCSRef(UserDefinedCSRefType newUserDefinedCSRef) -
Uses of UserDefinedCSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type UserDefinedCSRefType Modifier and Type Method Description TGml311Switch. caseUserDefinedCSRefType(UserDefinedCSRefType object)Returns the result of interpreting the object as an instance of 'User Defined CS Ref Type'.booleanGml311Validator. validateUserDefinedCSRefType(UserDefinedCSRefType userDefinedCSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-