Uses of Interface
net.opengis.gml311.ImageCRSRefType
-
Packages that use ImageCRSRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ImageCRSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return ImageCRSRefType Modifier and Type Method Description ImageCRSRefTypeGml311Factory. createImageCRSRefType()Returns a new object of class 'Image CRS Ref Type'.ImageCRSRefTypeDocumentRoot. getImageCRSRef()Returns the value of the 'Image CRS Ref' containment reference.Methods in net.opengis.gml311 with parameters of type ImageCRSRefType Modifier and Type Method Description voidDocumentRoot. setImageCRSRef(ImageCRSRefType value)Sets the value of the 'Image CRS Ref' containment reference. -
Uses of ImageCRSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ImageCRSRefType Modifier and Type Class Description classImageCRSRefTypeImplAn implementation of the model object 'Image CRS Ref Type'.Methods in net.opengis.gml311.impl that return ImageCRSRefType Modifier and Type Method Description ImageCRSRefTypeGml311FactoryImpl. createImageCRSRefType()ImageCRSRefTypeDocumentRootImpl. getImageCRSRef()Methods in net.opengis.gml311.impl with parameters of type ImageCRSRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetImageCRSRef(ImageCRSRefType newImageCRSRef, NotificationChain msgs)voidDocumentRootImpl. setImageCRSRef(ImageCRSRefType newImageCRSRef) -
Uses of ImageCRSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ImageCRSRefType Modifier and Type Method Description TGml311Switch. caseImageCRSRefType(ImageCRSRefType object)Returns the result of interpreting the object as an instance of 'Image CRS Ref Type'.booleanGml311Validator. validateImageCRSRefType(ImageCRSRefType imageCRSRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-