Uses of Interface
net.opengis.gml311.IsolatedPropertyType
Packages that use IsolatedPropertyType
-
Uses of IsolatedPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return IsolatedPropertyTypeModifier and TypeMethodDescriptionGml311Factory.createIsolatedPropertyType()
Returns a new object of class 'Isolated Property Type'.DocumentRoot.getIsolated()
Returns the value of the 'Isolated' containment reference.Methods in net.opengis.gml311 that return types with arguments of type IsolatedPropertyTypeModifier and TypeMethodDescriptionEList<IsolatedPropertyType>
AbstractTopoPrimitiveType.getIsolated()
Returns the value of the 'Isolated' containment reference list.Methods in net.opengis.gml311 with parameters of type IsolatedPropertyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setIsolated
(IsolatedPropertyType value) Sets the value of the 'Isolated
' containment reference. -
Uses of IsolatedPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement IsolatedPropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Isolated Property Type'.Fields in net.opengis.gml311.impl with type parameters of type IsolatedPropertyTypeModifier and TypeFieldDescriptionprotected EList<IsolatedPropertyType>
AbstractTopoPrimitiveTypeImpl.isolated
The cached value of the 'Isolated
' containment reference list.Methods in net.opengis.gml311.impl that return IsolatedPropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createIsolatedPropertyType()
DocumentRootImpl.getIsolated()
Methods in net.opengis.gml311.impl that return types with arguments of type IsolatedPropertyTypeModifier and TypeMethodDescriptionEList<IsolatedPropertyType>
AbstractTopoPrimitiveTypeImpl.getIsolated()
Methods in net.opengis.gml311.impl with parameters of type IsolatedPropertyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetIsolated
(IsolatedPropertyType newIsolated, NotificationChain msgs) void
DocumentRootImpl.setIsolated
(IsolatedPropertyType newIsolated) -
Uses of IsolatedPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type IsolatedPropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseIsolatedPropertyType
(IsolatedPropertyType object) Returns the result of interpreting the object as an instance of 'Isolated Property Type'.boolean
Gml311Validator.validateIsolatedPropertyType
(IsolatedPropertyType isolatedPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)