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 GeometricComplexType
Gml311Factory. createGeometricComplexType()
Returns a new object of class 'Geometric Complex Type'.GeometricComplexType
DocumentRoot. getGeometricComplex()
Returns the value of the 'Geometric Complex' containment reference.GeometricComplexType
GeometricComplexPropertyType. 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 void
DocumentRoot. setGeometricComplex(GeometricComplexType value)
Sets the value of the 'Geometric Complex
' containment reference.void
GeometricComplexPropertyType. 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 class
GeometricComplexTypeImpl
An implementation of the model object 'Geometric Complex Type'.Fields in net.opengis.gml311.impl declared as GeometricComplexType Modifier and Type Field Description protected GeometricComplexType
GeometricComplexPropertyTypeImpl. geometricComplex
The cached value of the 'Geometric Complex
' containment reference.Methods in net.opengis.gml311.impl that return GeometricComplexType Modifier and Type Method Description GeometricComplexType
Gml311FactoryImpl. createGeometricComplexType()
GeometricComplexType
DocumentRootImpl. getGeometricComplex()
GeometricComplexType
GeometricComplexPropertyTypeImpl. getGeometricComplex()
Methods in net.opengis.gml311.impl with parameters of type GeometricComplexType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGeometricComplex(GeometricComplexType newGeometricComplex, NotificationChain msgs)
NotificationChain
GeometricComplexPropertyTypeImpl. basicSetGeometricComplex(GeometricComplexType newGeometricComplex, NotificationChain msgs)
void
DocumentRootImpl. setGeometricComplex(GeometricComplexType newGeometricComplex)
void
GeometricComplexPropertyTypeImpl. 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 T
Gml311Switch. caseGeometricComplexType(GeometricComplexType object)
Returns the result of interpreting the object as an instance of 'Geometric Complex Type'.boolean
Gml311Validator. validateGeometricComplexType(GeometricComplexType geometricComplexType, DiagnosticChain diagnostics, Map<Object,Object> context)
-