|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.CRSRefType
public class CRSRefType
Association to a CRS abstract coordinate reference system, either referencing or containing the definition of that CRS.
Classe Java pour CRSRefType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="CRSRefType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element ref="{http://www.opengis.net/gml}_CRS"/>
</sequence>
<attGroup ref="{http://www.opengis.net/gml}AssociationAttributeGroup"/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ActuateType |
actuate
|
protected String |
arcrole
|
protected JAXBElement<? extends AbstractReferenceSystemType> |
crs
|
protected String |
href
|
protected String |
remoteSchema
|
protected String |
role
|
protected ShowType |
show
|
protected String |
title
|
static TypeType |
TYPE
|
| Constructor Summary | |
|---|---|
CRSRefType()
|
|
| Method Summary | |
|---|---|
ActuateType |
getActuate()
Obtient la valeur de la propriété actuate. |
String |
getArcrole()
Obtient la valeur de la propriété arcrole. |
JAXBElement<? extends AbstractReferenceSystemType> |
getCRS()
Obtient la valeur de la propriété crs. |
String |
getHref()
Obtient la valeur de la propriété href. |
String |
getRemoteSchema()
Obtient la valeur de la propriété remoteSchema. |
String |
getRole()
Obtient la valeur de la propriété role. |
ShowType |
getShow()
Obtient la valeur de la propriété show. |
String |
getTitle()
Obtient la valeur de la propriété title. |
boolean |
isSetActuate()
|
boolean |
isSetArcrole()
|
boolean |
isSetCRS()
|
boolean |
isSetHref()
|
boolean |
isSetRemoteSchema()
|
boolean |
isSetRole()
|
boolean |
isSetShow()
|
boolean |
isSetTitle()
|
void |
setActuate(ActuateType value)
Définit la valeur de la propriété actuate. |
void |
setArcrole(String value)
Définit la valeur de la propriété arcrole. |
void |
setCRS(JAXBElement<? extends AbstractReferenceSystemType> value)
Définit la valeur de la propriété crs. |
void |
setHref(String value)
Définit la valeur de la propriété href. |
void |
setRemoteSchema(String value)
Définit la valeur de la propriété remoteSchema. |
void |
setRole(String value)
Définit la valeur de la propriété role. |
void |
setShow(ShowType value)
Définit la valeur de la propriété show. |
void |
setTitle(String value)
Définit la valeur de la propriété title. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JAXBElement<? extends AbstractReferenceSystemType> crs
protected String remoteSchema
public static final TypeType TYPE
protected String href
protected String role
protected String arcrole
protected String title
protected ShowType show
protected ActuateType actuate
| Constructor Detail |
|---|
public CRSRefType()
| Method Detail |
|---|
public JAXBElement<? extends AbstractReferenceSystemType> getCRS()
JAXBElement<GeographicCRSType>
JAXBElement<TemporalCRSType>
JAXBElement<AbstractReferenceSystemType>
JAXBElement<VerticalCRSType>
JAXBElement<ProjectedCRSType>
JAXBElement<CompoundCRSType>
JAXBElement<AbstractGeneralDerivedCRSType>
JAXBElement<AbstractReferenceSystemType>
JAXBElement<ImageCRSType>
JAXBElement<DerivedCRSType>
JAXBElement<EngineeringCRSType>
JAXBElement<GeocentricCRSType>public void setCRS(JAXBElement<? extends AbstractReferenceSystemType> value)
value - allowed object is
JAXBElement<GeographicCRSType>
JAXBElement<TemporalCRSType>
JAXBElement<AbstractReferenceSystemType>
JAXBElement<VerticalCRSType>
JAXBElement<ProjectedCRSType>
JAXBElement<CompoundCRSType>
JAXBElement<AbstractGeneralDerivedCRSType>
JAXBElement<AbstractReferenceSystemType>
JAXBElement<ImageCRSType>
JAXBElement<DerivedCRSType>
JAXBElement<EngineeringCRSType>
JAXBElement<GeocentricCRSType>public boolean isSetCRS()
public String getRemoteSchema()
Stringpublic void setRemoteSchema(String value)
value - allowed object is
Stringpublic boolean isSetRemoteSchema()
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic boolean isSetHref()
public String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic boolean isSetRole()
public String getArcrole()
Stringpublic void setArcrole(String value)
value - allowed object is
Stringpublic boolean isSetArcrole()
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic boolean isSetTitle()
public ShowType getShow()
ShowTypepublic void setShow(ShowType value)
value - allowed object is
ShowTypepublic boolean isSetShow()
public ActuateType getActuate()
ActuateTypepublic void setActuate(ActuateType value)
value - allowed object is
ActuateTypepublic boolean isSetActuate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||