Uses of Interface
net.opengis.gml311.GeometryStylePropertyType
-
Packages that use GeometryStylePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GeometryStylePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeometryStylePropertyType Modifier and Type Method Description GeometryStylePropertyType
Gml311Factory. createGeometryStylePropertyType()
Returns a new object of class 'Geometry Style Property Type'.GeometryStylePropertyType
DocumentRoot. getGeometryStyle()
Returns the value of the 'Geometry Style' containment reference.Methods in net.opengis.gml311 that return types with arguments of type GeometryStylePropertyType Modifier and Type Method Description EList<GeometryStylePropertyType>
FeatureStyleType. getGeometryStyle()
Returns the value of the 'Geometry Style' containment reference list.Methods in net.opengis.gml311 with parameters of type GeometryStylePropertyType Modifier and Type Method Description void
DocumentRoot. setGeometryStyle(GeometryStylePropertyType value)
Sets the value of the 'Geometry Style
' containment reference. -
Uses of GeometryStylePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeometryStylePropertyType Modifier and Type Class Description class
GeometryStylePropertyTypeImpl
An implementation of the model object 'Geometry Style Property Type'.Fields in net.opengis.gml311.impl with type parameters of type GeometryStylePropertyType Modifier and Type Field Description protected EList<GeometryStylePropertyType>
FeatureStyleTypeImpl. geometryStyle
The cached value of the 'Geometry Style
' containment reference list.Methods in net.opengis.gml311.impl that return GeometryStylePropertyType Modifier and Type Method Description GeometryStylePropertyType
Gml311FactoryImpl. createGeometryStylePropertyType()
GeometryStylePropertyType
DocumentRootImpl. getGeometryStyle()
Methods in net.opengis.gml311.impl that return types with arguments of type GeometryStylePropertyType Modifier and Type Method Description EList<GeometryStylePropertyType>
FeatureStyleTypeImpl. getGeometryStyle()
Methods in net.opengis.gml311.impl with parameters of type GeometryStylePropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGeometryStyle(GeometryStylePropertyType newGeometryStyle, NotificationChain msgs)
void
DocumentRootImpl. setGeometryStyle(GeometryStylePropertyType newGeometryStyle)
-
Uses of GeometryStylePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeometryStylePropertyType Modifier and Type Method Description T
Gml311Switch. caseGeometryStylePropertyType(GeometryStylePropertyType object)
Returns the result of interpreting the object as an instance of 'Geometry Style Property Type'.boolean
Gml311Validator. validateGeometryStylePropertyType(GeometryStylePropertyType geometryStylePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-