Uses of Interface
net.opengis.gml311.GeometricComplexType
-
Packages that use GeometricComplexType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GeometricComplexType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeometricComplexType Modifier and Type Method Description GeometricComplexTypeGml311Factory. createGeometricComplexType()Returns a new object of class 'Geometric Complex Type'.GeometricComplexTypeDocumentRoot. getGeometricComplex()Returns the value of the 'Geometric Complex' containment reference.GeometricComplexTypeGeometricComplexPropertyType. getGeometricComplex()Returns the value of the 'Geometric Complex' containment reference.Methods in net.opengis.gml311 with parameters of type GeometricComplexType Modifier and Type Method Description voidDocumentRoot. setGeometricComplex(GeometricComplexType value)Sets the value of the 'Geometric Complex' containment reference.voidGeometricComplexPropertyType. setGeometricComplex(GeometricComplexType value)Sets the value of the 'Geometric Complex' containment reference. -
Uses of GeometricComplexType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeometricComplexType Modifier and Type Class Description classGeometricComplexTypeImplAn implementation of the model object 'Geometric Complex Type'.Fields in net.opengis.gml311.impl declared as GeometricComplexType Modifier and Type Field Description protected GeometricComplexTypeGeometricComplexPropertyTypeImpl. geometricComplexThe cached value of the 'Geometric Complex' containment reference.Methods in net.opengis.gml311.impl that return GeometricComplexType Modifier and Type Method Description GeometricComplexTypeGml311FactoryImpl. createGeometricComplexType()GeometricComplexTypeDocumentRootImpl. getGeometricComplex()GeometricComplexTypeGeometricComplexPropertyTypeImpl. getGeometricComplex()Methods in net.opengis.gml311.impl with parameters of type GeometricComplexType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGeometricComplex(GeometricComplexType newGeometricComplex, NotificationChain msgs)NotificationChainGeometricComplexPropertyTypeImpl. basicSetGeometricComplex(GeometricComplexType newGeometricComplex, NotificationChain msgs)voidDocumentRootImpl. setGeometricComplex(GeometricComplexType newGeometricComplex)voidGeometricComplexPropertyTypeImpl. setGeometricComplex(GeometricComplexType newGeometricComplex) -
Uses of GeometricComplexType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeometricComplexType Modifier and Type Method Description TGml311Switch. caseGeometricComplexType(GeometricComplexType object)Returns the result of interpreting the object as an instance of 'Geometric Complex Type'.booleanGml311Validator. validateGeometricComplexType(GeometricComplexType geometricComplexType, DiagnosticChain diagnostics, Map<Object,Object> context)
-