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 IsolatedPropertyTypeGml311Factory. createIsolatedPropertyType()Returns a new object of class 'Isolated Property Type'.IsolatedPropertyTypeDocumentRoot. 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 voidDocumentRoot. 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 classIsolatedPropertyTypeImplAn 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. isolatedThe cached value of the 'Isolated' containment reference list.Methods in net.opengis.gml311.impl that return IsolatedPropertyType Modifier and Type Method Description IsolatedPropertyTypeGml311FactoryImpl. createIsolatedPropertyType()IsolatedPropertyTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetIsolated(IsolatedPropertyType newIsolated, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseIsolatedPropertyType(IsolatedPropertyType object)Returns the result of interpreting the object as an instance of 'Isolated Property Type'.booleanGml311Validator. validateIsolatedPropertyType(IsolatedPropertyType isolatedPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-