Uses of Interface
net.opengis.gml311.GeometryStyleType
-
Packages that use GeometryStyleType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GeometryStyleType in net.opengis.gml311
Methods in net.opengis.gml311 that return GeometryStyleType Modifier and Type Method Description GeometryStyleType
Gml311Factory. createGeometryStyleType()
Returns a new object of class 'Geometry Style Type'.GeometryStyleType
GeometryStylePropertyType. getGeometryStyle()
Returns the value of the 'Geometry Style' containment reference.GeometryStyleType
DocumentRoot. getGeometryStyle1()
Returns the value of the 'Geometry Style1' containment reference.Methods in net.opengis.gml311 with parameters of type GeometryStyleType Modifier and Type Method Description void
GeometryStylePropertyType. setGeometryStyle(GeometryStyleType value)
Sets the value of the 'Geometry Style
' containment reference.void
DocumentRoot. setGeometryStyle1(GeometryStyleType value)
Sets the value of the 'Geometry Style1
' containment reference. -
Uses of GeometryStyleType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GeometryStyleType Modifier and Type Class Description class
GeometryStyleTypeImpl
An implementation of the model object 'Geometry Style Type'.Fields in net.opengis.gml311.impl declared as GeometryStyleType Modifier and Type Field Description protected GeometryStyleType
GeometryStylePropertyTypeImpl. geometryStyle
The cached value of the 'Geometry Style
' containment reference.Methods in net.opengis.gml311.impl that return GeometryStyleType Modifier and Type Method Description GeometryStyleType
Gml311FactoryImpl. createGeometryStyleType()
GeometryStyleType
GeometryStylePropertyTypeImpl. getGeometryStyle()
GeometryStyleType
DocumentRootImpl. getGeometryStyle1()
Methods in net.opengis.gml311.impl with parameters of type GeometryStyleType Modifier and Type Method Description NotificationChain
GeometryStylePropertyTypeImpl. basicSetGeometryStyle(GeometryStyleType newGeometryStyle, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetGeometryStyle1(GeometryStyleType newGeometryStyle1, NotificationChain msgs)
void
GeometryStylePropertyTypeImpl. setGeometryStyle(GeometryStyleType newGeometryStyle)
void
DocumentRootImpl. setGeometryStyle1(GeometryStyleType newGeometryStyle1)
-
Uses of GeometryStyleType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GeometryStyleType Modifier and Type Method Description T
Gml311Switch. caseGeometryStyleType(GeometryStyleType object)
Returns the result of interpreting the object as an instance of 'Geometry Style Type'.boolean
Gml311Validator. validateGeometryStyleType(GeometryStyleType geometryStyleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-