Uses of Interface
net.opengis.gml311.UserDefinedCSType
Packages that use UserDefinedCSType
-
Uses of UserDefinedCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return UserDefinedCSTypeModifier and TypeMethodDescriptionGml311Factory.createUserDefinedCSType()
Returns a new object of class 'User Defined CS Type'.DocumentRoot.getUserDefinedCS()
Returns the value of the 'User Defined CS' containment reference.UserDefinedCSRefType.getUserDefinedCS()
Returns the value of the 'User Defined CS' containment reference.Methods in net.opengis.gml311 with parameters of type UserDefinedCSTypeModifier and TypeMethodDescriptionvoid
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 UserDefinedCSTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'User Defined CS Type'.Fields in net.opengis.gml311.impl declared as UserDefinedCSTypeModifier and TypeFieldDescriptionprotected UserDefinedCSType
UserDefinedCSRefTypeImpl.userDefinedCS
The cached value of the 'User Defined CS
' containment reference.Methods in net.opengis.gml311.impl that return UserDefinedCSTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createUserDefinedCSType()
DocumentRootImpl.getUserDefinedCS()
UserDefinedCSRefTypeImpl.getUserDefinedCS()
Methods in net.opengis.gml311.impl with parameters of type UserDefinedCSTypeModifier and TypeMethodDescriptionNotificationChain
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 UserDefinedCSTypeModifier and TypeMethodDescriptionGml311Switch.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)