Package net.opengis.gml311
Interface ImageCRSType
-
- All Superinterfaces:
AbstractGMLType,AbstractReferenceSystemBaseType,AbstractReferenceSystemType,DefinitionType,EObject,Notifier
- All Known Implementing Classes:
ImageCRSTypeImpl
public interface ImageCRSType extends AbstractReferenceSystemType
A representation of the model object 'Image CRS Type'. An engineering coordinate reference system applied to locations in images. Image coordinate reference systems are treated as a separate sub-type because a separate user community exists for images with its own terms of reference.The following features are supported:
- See Also:
Gml311Package.getImageCRSType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CartesianCSRefTypegetUsesCartesianCS()Returns the value of the 'Uses Cartesian CS' containment reference.ImageDatumRefTypegetUsesImageDatum()Returns the value of the 'Uses Image Datum' containment reference.ObliqueCartesianCSRefTypegetUsesObliqueCartesianCS()Returns the value of the 'Uses Oblique Cartesian CS' containment reference.voidsetUsesCartesianCS(CartesianCSRefType value)Sets the value of the 'Uses Cartesian CS' containment reference.voidsetUsesImageDatum(ImageDatumRefType value)Sets the value of the 'Uses Image Datum' containment reference.voidsetUsesObliqueCartesianCS(ObliqueCartesianCSRefType value)Sets the value of the 'Uses Oblique Cartesian CS' containment reference.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
Methods inherited from interface AbstractReferenceSystemBaseType
getSrsName, setSrsName
-
Methods inherited from interface AbstractReferenceSystemType
getRemarks, getScope, getSrsID, getValidArea, setRemarks, setScope, setValidArea
-
-
-
-
Method Detail
-
getUsesCartesianCS
CartesianCSRefType getUsesCartesianCS()
Returns the value of the 'Uses Cartesian CS' containment reference. Association to the Cartesian coordinate system used by this CRS.- Returns:
- the value of the 'Uses Cartesian CS' containment reference.
- See Also:
setUsesCartesianCS(CartesianCSRefType),Gml311Package.getImageCRSType_UsesCartesianCS()
-
setUsesCartesianCS
void setUsesCartesianCS(CartesianCSRefType value)
Sets the value of the 'Uses Cartesian CS' containment reference.- Parameters:
value- the new value of the 'Uses Cartesian CS' containment reference.- See Also:
getUsesCartesianCS()
-
getUsesObliqueCartesianCS
ObliqueCartesianCSRefType getUsesObliqueCartesianCS()
Returns the value of the 'Uses Oblique Cartesian CS' containment reference. Association to the oblique Cartesian coordinate system used by this CRS.- Returns:
- the value of the 'Uses Oblique Cartesian CS' containment reference.
- See Also:
setUsesObliqueCartesianCS(ObliqueCartesianCSRefType),Gml311Package.getImageCRSType_UsesObliqueCartesianCS()
-
setUsesObliqueCartesianCS
void setUsesObliqueCartesianCS(ObliqueCartesianCSRefType value)
Sets the value of the 'Uses Oblique Cartesian CS' containment reference.- Parameters:
value- the new value of the 'Uses Oblique Cartesian CS' containment reference.- See Also:
getUsesObliqueCartesianCS()
-
getUsesImageDatum
ImageDatumRefType getUsesImageDatum()
Returns the value of the 'Uses Image Datum' containment reference. Association to the image datum used by this CRS.- Returns:
- the value of the 'Uses Image Datum' containment reference.
- See Also:
setUsesImageDatum(ImageDatumRefType),Gml311Package.getImageCRSType_UsesImageDatum()
-
setUsesImageDatum
void setUsesImageDatum(ImageDatumRefType value)
Sets the value of the 'Uses Image Datum' containment reference.- Parameters:
value- the new value of the 'Uses Image Datum' containment reference.- See Also:
getUsesImageDatum()
-
-