|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.AbstractReferenceSystemBaseType
net.opengis.gml.AbstractReferenceSystemType
net.opengis.gml.ImageCRSType
public class ImageCRSType
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.
Classe Java pour ImageCRSType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="ImageCRSType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractReferenceSystemType">
<sequence>
<choice>
<element ref="{http://www.opengis.net/gml}usesCartesianCS"/>
<element ref="{http://www.opengis.net/gml}usesObliqueCartesianCS"/>
</choice>
<element ref="{http://www.opengis.net/gml}usesImageDatum"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CartesianCSRefType |
usesCartesianCS
|
protected ImageDatumRefType |
usesImageDatum
|
protected ObliqueCartesianCSRefType |
usesObliqueCartesianCS
|
| Fields inherited from class net.opengis.gml.AbstractReferenceSystemType |
|---|
remarks, scope, srsID, validArea |
| Fields inherited from class net.opengis.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
ImageCRSType()
|
|
| Method Summary | |
|---|---|
CartesianCSRefType |
getUsesCartesianCS()
Obtient la valeur de la propriété usesCartesianCS. |
ImageDatumRefType |
getUsesImageDatum()
Obtient la valeur de la propriété usesImageDatum. |
ObliqueCartesianCSRefType |
getUsesObliqueCartesianCS()
Obtient la valeur de la propriété usesObliqueCartesianCS. |
boolean |
isSetUsesCartesianCS()
|
boolean |
isSetUsesImageDatum()
|
boolean |
isSetUsesObliqueCartesianCS()
|
void |
setUsesCartesianCS(CartesianCSRefType value)
Définit la valeur de la propriété usesCartesianCS. |
void |
setUsesImageDatum(ImageDatumRefType value)
Définit la valeur de la propriété usesImageDatum. |
void |
setUsesObliqueCartesianCS(ObliqueCartesianCSRefType value)
Définit la valeur de la propriété usesObliqueCartesianCS. |
| Methods inherited from class net.opengis.gml.AbstractReferenceSystemType |
|---|
getRemarks, getScope, getSrsID, getValidArea, isSetRemarks, isSetScope, isSetSrsID, isSetValidArea, setRemarks, setScope, setValidArea, unsetSrsID |
| Methods inherited from class net.opengis.gml.AbstractGMLType |
|---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CartesianCSRefType usesCartesianCS
protected ObliqueCartesianCSRefType usesObliqueCartesianCS
protected ImageDatumRefType usesImageDatum
| Constructor Detail |
|---|
public ImageCRSType()
| Method Detail |
|---|
public CartesianCSRefType getUsesCartesianCS()
CartesianCSRefTypepublic void setUsesCartesianCS(CartesianCSRefType value)
value - allowed object is
CartesianCSRefTypepublic boolean isSetUsesCartesianCS()
public ObliqueCartesianCSRefType getUsesObliqueCartesianCS()
ObliqueCartesianCSRefTypepublic void setUsesObliqueCartesianCS(ObliqueCartesianCSRefType value)
value - allowed object is
ObliqueCartesianCSRefTypepublic boolean isSetUsesObliqueCartesianCS()
public ImageDatumRefType getUsesImageDatum()
ImageDatumRefTypepublic void setUsesImageDatum(ImageDatumRefType value)
value - allowed object is
ImageDatumRefTypepublic boolean isSetUsesImageDatum()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||