Uses of Interface
net.opengis.gml311.ExtentType
-
Packages that use ExtentType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ExtentType in net.opengis.gml311
Methods in net.opengis.gml311 that return ExtentType Modifier and Type Method Description ExtentTypeGml311Factory. createExtentType()Returns a new object of class 'Extent Type'.ExtentTypeAbstractCoordinateOperationType. getValidArea()Returns the value of the 'Valid Area' containment reference.ExtentTypeAbstractDatumType. getValidArea()Returns the value of the 'Valid Area' containment reference.ExtentTypeAbstractReferenceSystemType. getValidArea()Returns the value of the 'Valid Area' containment reference.ExtentTypeDocumentRoot. getValidArea()Returns the value of the 'Valid Area' containment reference.Methods in net.opengis.gml311 with parameters of type ExtentType Modifier and Type Method Description voidAbstractCoordinateOperationType. setValidArea(ExtentType value)Sets the value of the 'Valid Area' containment reference.voidAbstractDatumType. setValidArea(ExtentType value)Sets the value of the 'Valid Area' containment reference.voidAbstractReferenceSystemType. setValidArea(ExtentType value)Sets the value of the 'Valid Area' containment reference.voidDocumentRoot. setValidArea(ExtentType value)Sets the value of the 'Valid Area' containment reference. -
Uses of ExtentType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ExtentType Modifier and Type Class Description classExtentTypeImplAn implementation of the model object 'Extent Type'.Fields in net.opengis.gml311.impl declared as ExtentType Modifier and Type Field Description protected ExtentTypeAbstractCoordinateOperationTypeImpl. validAreaThe cached value of the 'Valid Area' containment reference.protected ExtentTypeAbstractDatumTypeImpl. validAreaThe cached value of the 'Valid Area' containment reference.protected ExtentTypeAbstractReferenceSystemTypeImpl. validAreaThe cached value of the 'Valid Area' containment reference.Methods in net.opengis.gml311.impl that return ExtentType Modifier and Type Method Description ExtentTypeGml311FactoryImpl. createExtentType()ExtentTypeAbstractCoordinateOperationTypeImpl. getValidArea()ExtentTypeAbstractDatumTypeImpl. getValidArea()ExtentTypeAbstractReferenceSystemTypeImpl. getValidArea()ExtentTypeDocumentRootImpl. getValidArea()Methods in net.opengis.gml311.impl with parameters of type ExtentType Modifier and Type Method Description NotificationChainAbstractCoordinateOperationTypeImpl. basicSetValidArea(ExtentType newValidArea, NotificationChain msgs)NotificationChainAbstractDatumTypeImpl. basicSetValidArea(ExtentType newValidArea, NotificationChain msgs)NotificationChainAbstractReferenceSystemTypeImpl. basicSetValidArea(ExtentType newValidArea, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetValidArea(ExtentType newValidArea, NotificationChain msgs)voidAbstractCoordinateOperationTypeImpl. setValidArea(ExtentType newValidArea)voidAbstractDatumTypeImpl. setValidArea(ExtentType newValidArea)voidAbstractReferenceSystemTypeImpl. setValidArea(ExtentType newValidArea)voidDocumentRootImpl. setValidArea(ExtentType newValidArea) -
Uses of ExtentType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ExtentType Modifier and Type Method Description TGml311Switch. caseExtentType(ExtentType object)Returns the result of interpreting the object as an instance of 'Extent Type'.booleanGml311Validator. validateExtentType(ExtentType extentType, DiagnosticChain diagnostics, Map<Object,Object> context)
-