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 GeometryStyleTypeGml311Factory. createGeometryStyleType()Returns a new object of class 'Geometry Style Type'.GeometryStyleTypeGeometryStylePropertyType. getGeometryStyle()Returns the value of the 'Geometry Style' containment reference.GeometryStyleTypeDocumentRoot. 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 voidGeometryStylePropertyType. setGeometryStyle(GeometryStyleType value)Sets the value of the 'Geometry Style' containment reference.voidDocumentRoot. 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 classGeometryStyleTypeImplAn implementation of the model object 'Geometry Style Type'.Fields in net.opengis.gml311.impl declared as GeometryStyleType Modifier and Type Field Description protected GeometryStyleTypeGeometryStylePropertyTypeImpl. geometryStyleThe cached value of the 'Geometry Style' containment reference.Methods in net.opengis.gml311.impl that return GeometryStyleType Modifier and Type Method Description GeometryStyleTypeGml311FactoryImpl. createGeometryStyleType()GeometryStyleTypeGeometryStylePropertyTypeImpl. getGeometryStyle()GeometryStyleTypeDocumentRootImpl. getGeometryStyle1()Methods in net.opengis.gml311.impl with parameters of type GeometryStyleType Modifier and Type Method Description NotificationChainGeometryStylePropertyTypeImpl. basicSetGeometryStyle(GeometryStyleType newGeometryStyle, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetGeometryStyle1(GeometryStyleType newGeometryStyle1, NotificationChain msgs)voidGeometryStylePropertyTypeImpl. setGeometryStyle(GeometryStyleType newGeometryStyle)voidDocumentRootImpl. 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 TGml311Switch. caseGeometryStyleType(GeometryStyleType object)Returns the result of interpreting the object as an instance of 'Geometry Style Type'.booleanGml311Validator. validateGeometryStyleType(GeometryStyleType geometryStyleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-