Uses of Interface
net.opengis.gml311.UserDefinedCSType
-
Packages that use UserDefinedCSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of UserDefinedCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return UserDefinedCSType Modifier and Type Method Description UserDefinedCSType
Gml311Factory. createUserDefinedCSType()
Returns a new object of class 'User Defined CS Type'.UserDefinedCSType
DocumentRoot. getUserDefinedCS()
Returns the value of the 'User Defined CS' containment reference.UserDefinedCSType
UserDefinedCSRefType. getUserDefinedCS()
Returns the value of the 'User Defined CS' containment reference.Methods in net.opengis.gml311 with parameters of type UserDefinedCSType Modifier and Type Method Description void
DocumentRoot. setUserDefinedCS(UserDefinedCSType value)
Sets the value of the 'User Defined CS
' containment reference.void
UserDefinedCSRefType. setUserDefinedCS(UserDefinedCSType value)
Sets the value of the 'User Defined CS
' containment reference. -
Uses of UserDefinedCSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement UserDefinedCSType Modifier and Type Class Description class
UserDefinedCSTypeImpl
An implementation of the model object 'User Defined CS Type'.Fields in net.opengis.gml311.impl declared as UserDefinedCSType Modifier and Type Field Description protected UserDefinedCSType
UserDefinedCSRefTypeImpl. userDefinedCS
The cached value of the 'User Defined CS
' containment reference.Methods in net.opengis.gml311.impl that return UserDefinedCSType Modifier and Type Method Description UserDefinedCSType
Gml311FactoryImpl. createUserDefinedCSType()
UserDefinedCSType
DocumentRootImpl. getUserDefinedCS()
UserDefinedCSType
UserDefinedCSRefTypeImpl. getUserDefinedCS()
Methods in net.opengis.gml311.impl with parameters of type UserDefinedCSType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetUserDefinedCS(UserDefinedCSType newUserDefinedCS, NotificationChain msgs)
NotificationChain
UserDefinedCSRefTypeImpl. basicSetUserDefinedCS(UserDefinedCSType newUserDefinedCS, NotificationChain msgs)
void
DocumentRootImpl. setUserDefinedCS(UserDefinedCSType newUserDefinedCS)
void
UserDefinedCSRefTypeImpl. setUserDefinedCS(UserDefinedCSType newUserDefinedCS)
-
Uses of UserDefinedCSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type UserDefinedCSType Modifier and Type Method Description T
Gml311Switch. caseUserDefinedCSType(UserDefinedCSType object)
Returns the result of interpreting the object as an instance of 'User Defined CS Type'.boolean
Gml311Validator. validateUserDefinedCSType(UserDefinedCSType userDefinedCSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-