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 ExtentType
Gml311Factory. createExtentType()
Returns a new object of class 'Extent Type'.ExtentType
AbstractCoordinateOperationType. getValidArea()
Returns the value of the 'Valid Area' containment reference.ExtentType
AbstractDatumType. getValidArea()
Returns the value of the 'Valid Area' containment reference.ExtentType
AbstractReferenceSystemType. getValidArea()
Returns the value of the 'Valid Area' containment reference.ExtentType
DocumentRoot. 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 void
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 ExtentType Modifier and Type Class Description class
ExtentTypeImpl
An implementation of the model object 'Extent Type'.Fields in net.opengis.gml311.impl declared as ExtentType Modifier and Type Field Description protected 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 ExtentType Modifier and Type Method Description ExtentType
Gml311FactoryImpl. createExtentType()
ExtentType
AbstractCoordinateOperationTypeImpl. getValidArea()
ExtentType
AbstractDatumTypeImpl. getValidArea()
ExtentType
AbstractReferenceSystemTypeImpl. getValidArea()
ExtentType
DocumentRootImpl. getValidArea()
Methods in net.opengis.gml311.impl with parameters of type ExtentType Modifier and Type Method Description NotificationChain
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 ExtentType Modifier and Type Method Description T
Gml311Switch. 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)
-