Uses of Interface
net.opengis.gml311.ExtentType
Packages that use ExtentType
-
Uses of ExtentType in net.opengis.gml311
Methods in net.opengis.gml311 that return ExtentTypeModifier and TypeMethodDescriptionGml311Factory.createExtentType()
Returns a new object of class 'Extent Type'.AbstractCoordinateOperationType.getValidArea()
Returns the value of the 'Valid Area' containment reference.AbstractDatumType.getValidArea()
Returns the value of the 'Valid Area' containment reference.AbstractReferenceSystemType.getValidArea()
Returns the value of the 'Valid Area' containment reference.DocumentRoot.getValidArea()
Returns the value of the 'Valid Area' containment reference.Methods in net.opengis.gml311 with parameters of type ExtentTypeModifier and TypeMethodDescriptionvoid
AbstractCoordinateOperationType.setValidArea
(ExtentType value) Sets the value of the 'Valid Area
' containment reference.void
AbstractDatumType.setValidArea
(ExtentType value) Sets the value of the 'Valid Area
' containment reference.void
AbstractReferenceSystemType.setValidArea
(ExtentType value) Sets the value of the 'Valid Area
' containment reference.void
DocumentRoot.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 ExtentTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Extent Type'.Fields in net.opengis.gml311.impl declared as ExtentTypeModifier and TypeFieldDescriptionprotected ExtentType
AbstractCoordinateOperationTypeImpl.validArea
The cached value of the 'Valid Area
' containment reference.protected ExtentType
AbstractDatumTypeImpl.validArea
The cached value of the 'Valid Area
' containment reference.protected ExtentType
AbstractReferenceSystemTypeImpl.validArea
The cached value of the 'Valid Area
' containment reference.Methods in net.opengis.gml311.impl that return ExtentTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createExtentType()
AbstractCoordinateOperationTypeImpl.getValidArea()
AbstractDatumTypeImpl.getValidArea()
AbstractReferenceSystemTypeImpl.getValidArea()
DocumentRootImpl.getValidArea()
Methods in net.opengis.gml311.impl with parameters of type ExtentTypeModifier and TypeMethodDescriptionNotificationChain
AbstractCoordinateOperationTypeImpl.basicSetValidArea
(ExtentType newValidArea, NotificationChain msgs) NotificationChain
AbstractDatumTypeImpl.basicSetValidArea
(ExtentType newValidArea, NotificationChain msgs) NotificationChain
AbstractReferenceSystemTypeImpl.basicSetValidArea
(ExtentType newValidArea, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetValidArea
(ExtentType newValidArea, NotificationChain msgs) void
AbstractCoordinateOperationTypeImpl.setValidArea
(ExtentType newValidArea) void
AbstractDatumTypeImpl.setValidArea
(ExtentType newValidArea) void
AbstractReferenceSystemTypeImpl.setValidArea
(ExtentType newValidArea) void
DocumentRootImpl.setValidArea
(ExtentType newValidArea) -
Uses of ExtentType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ExtentTypeModifier and TypeMethodDescriptionGml311Switch.caseExtentType
(ExtentType object) Returns the result of interpreting the object as an instance of 'Extent Type'.boolean
Gml311Validator.validateExtentType
(ExtentType extentType, DiagnosticChain diagnostics, Map<Object, Object> context)