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 UserDefinedCSRefType
Gml311Factory. createUserDefinedCSRefType()
Returns a new object of class 'User Defined CS Ref Type'.UserDefinedCSRefType
DocumentRoot. 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 void
DocumentRoot. 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 class
UserDefinedCSRefTypeImpl
An implementation of the model object 'User Defined CS Ref Type'.Methods in net.opengis.gml311.impl that return UserDefinedCSRefType Modifier and Type Method Description UserDefinedCSRefType
Gml311FactoryImpl. createUserDefinedCSRefType()
UserDefinedCSRefType
DocumentRootImpl. getUserDefinedCSRef()
Methods in net.opengis.gml311.impl with parameters of type UserDefinedCSRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetUserDefinedCSRef(UserDefinedCSRefType newUserDefinedCSRef, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseUserDefinedCSRefType(UserDefinedCSRefType object)
Returns the result of interpreting the object as an instance of 'User Defined CS Ref Type'.boolean
Gml311Validator. validateUserDefinedCSRefType(UserDefinedCSRefType userDefinedCSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-