Uses of Interface
net.opengis.gml311.BaseStyleDescriptorType
-
Packages that use BaseStyleDescriptorType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of BaseStyleDescriptorType in net.opengis.gml311
Subinterfaces of BaseStyleDescriptorType in net.opengis.gml311 Modifier and Type Interface Description interfaceGeometryStyleTypeA representation of the model object 'Geometry Style Type'.interfaceGraphStyleTypeA representation of the model object 'Graph Style Type'.interfaceLabelStyleTypeA representation of the model object 'Label Style Type'.interfaceTopologyStyleTypeA representation of the model object 'Topology Style Type'.Methods in net.opengis.gml311 that return BaseStyleDescriptorType Modifier and Type Method Description BaseStyleDescriptorTypeGml311Factory. createBaseStyleDescriptorType()Returns a new object of class 'Base Style Descriptor Type'. -
Uses of BaseStyleDescriptorType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement BaseStyleDescriptorType Modifier and Type Class Description classBaseStyleDescriptorTypeImplAn implementation of the model object 'Base Style Descriptor Type'.classGeometryStyleTypeImplAn implementation of the model object 'Geometry Style Type'.classGraphStyleTypeImplAn implementation of the model object 'Graph Style Type'.classLabelStyleTypeImplAn implementation of the model object 'Label Style Type'.classTopologyStyleTypeImplAn implementation of the model object 'Topology Style Type'.Methods in net.opengis.gml311.impl that return BaseStyleDescriptorType Modifier and Type Method Description BaseStyleDescriptorTypeGml311FactoryImpl. createBaseStyleDescriptorType() -
Uses of BaseStyleDescriptorType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type BaseStyleDescriptorType Modifier and Type Method Description TGml311Switch. caseBaseStyleDescriptorType(BaseStyleDescriptorType object)Returns the result of interpreting the object as an instance of 'Base Style Descriptor Type'.booleanGml311Validator. validateBaseStyleDescriptorType(BaseStyleDescriptorType baseStyleDescriptorType, DiagnosticChain diagnostics, Map<Object,Object> context)
-