Uses of Interface
net.opengis.gml311.IsolatedPropertyType
-
Packages that use IsolatedPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of IsolatedPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return IsolatedPropertyType Modifier and Type Method Description IsolatedPropertyType
Gml311Factory. createIsolatedPropertyType()
Returns a new object of class 'Isolated Property Type'.IsolatedPropertyType
DocumentRoot. getIsolated()
Returns the value of the 'Isolated' containment reference.Methods in net.opengis.gml311 that return types with arguments of type IsolatedPropertyType Modifier and Type Method Description EList<IsolatedPropertyType>
AbstractTopoPrimitiveType. getIsolated()
Returns the value of the 'Isolated' containment reference list.Methods in net.opengis.gml311 with parameters of type IsolatedPropertyType Modifier and Type Method Description void
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 IsolatedPropertyType Modifier and Type Class Description class
IsolatedPropertyTypeImpl
An implementation of the model object 'Isolated Property Type'.Fields in net.opengis.gml311.impl with type parameters of type IsolatedPropertyType Modifier and Type Field Description protected EList<IsolatedPropertyType>
AbstractTopoPrimitiveTypeImpl. isolated
The cached value of the 'Isolated
' containment reference list.Methods in net.opengis.gml311.impl that return IsolatedPropertyType Modifier and Type Method Description IsolatedPropertyType
Gml311FactoryImpl. createIsolatedPropertyType()
IsolatedPropertyType
DocumentRootImpl. getIsolated()
Methods in net.opengis.gml311.impl that return types with arguments of type IsolatedPropertyType Modifier and Type Method Description EList<IsolatedPropertyType>
AbstractTopoPrimitiveTypeImpl. getIsolated()
Methods in net.opengis.gml311.impl with parameters of type IsolatedPropertyType Modifier and Type Method Description NotificationChain
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 IsolatedPropertyType Modifier and Type Method Description T
Gml311Switch. 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)
-