Class MDGeoreferenceableType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.AbstractMDSpatialRepresentationType
-
- net.opengis.iso19139.gmd.v_20070417.MDGridSpatialRepresentationType
-
- net.opengis.iso19139.gmd.v_20070417.MDGeoreferenceableType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class MDGeoreferenceableType extends MDGridSpatialRepresentationType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Java class for MD_Georeferenceable_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MD_Georeferenceable_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gmd}MD_GridSpatialRepresentation_Type"> <sequence> <element name="controlPointAvailability" type="{http://www.isotc211.org/2005/gco}Boolean_PropertyType"/> <element name="orientationParameterAvailability" type="{http://www.isotc211.org/2005/gco}Boolean_PropertyType"/> <element name="orientationParameterDescription" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="georeferencedParameters" type="{http://www.isotc211.org/2005/gco}Record_PropertyType"/> <element name="parameterCitation" type="{http://www.isotc211.org/2005/gmd}CI_Citation_PropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanPropertyTypecontrolPointAvailabilityprotected RecordPropertyTypegeoreferencedParametersprotected BooleanPropertyTypeorientationParameterAvailabilityprotected CharacterStringPropertyTypeorientationParameterDescriptionprotected List<CICitationPropertyType>parameterCitation-
Fields inherited from class net.opengis.iso19139.gmd.v_20070417.MDGridSpatialRepresentationType
axisDimensionProperties, cellGeometry, numberOfDimensions, transformationParameterAvailability
-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description MDGeoreferenceableType()Default no-arg constructorMDGeoreferenceableType(String id, String uuid, IntegerPropertyType numberOfDimensions, List<MDDimensionPropertyType> axisDimensionProperties, MDCellGeometryCodePropertyType cellGeometry, BooleanPropertyType transformationParameterAvailability, BooleanPropertyType controlPointAvailability, BooleanPropertyType orientationParameterAvailability, CharacterStringPropertyType orientationParameterDescription, RecordPropertyType georeferencedParameters, List<CICitationPropertyType> parameterCitation)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class net.opengis.iso19139.gmd.v_20070417.MDGridSpatialRepresentationType
getAxisDimensionProperties, getCellGeometry, getNumberOfDimensions, getTransformationParameterAvailability, isSetAxisDimensionProperties, isSetCellGeometry, isSetNumberOfDimensions, isSetTransformationParameterAvailability, setAxisDimensionProperties, setCellGeometry, setNumberOfDimensions, setTransformationParameterAvailability, unsetAxisDimensionProperties
-
-
-
-
Field Detail
-
controlPointAvailability
protected BooleanPropertyType controlPointAvailability
-
orientationParameterAvailability
protected BooleanPropertyType orientationParameterAvailability
-
orientationParameterDescription
protected CharacterStringPropertyType orientationParameterDescription
-
georeferencedParameters
protected RecordPropertyType georeferencedParameters
-
parameterCitation
protected List<CICitationPropertyType> parameterCitation
-
-
Constructor Detail
-
MDGeoreferenceableType
public MDGeoreferenceableType()
Default no-arg constructor
-
MDGeoreferenceableType
public MDGeoreferenceableType(String id, String uuid, IntegerPropertyType numberOfDimensions, List<MDDimensionPropertyType> axisDimensionProperties, MDCellGeometryCodePropertyType cellGeometry, BooleanPropertyType transformationParameterAvailability, BooleanPropertyType controlPointAvailability, BooleanPropertyType orientationParameterAvailability, CharacterStringPropertyType orientationParameterDescription, RecordPropertyType georeferencedParameters, List<CICitationPropertyType> parameterCitation)
Fully-initialising value constructor
-
-
Method Detail
-
getControlPointAvailability
public BooleanPropertyType getControlPointAvailability()
Gets the value of the controlPointAvailability property.- Returns:
- possible object is
BooleanPropertyType
-
setControlPointAvailability
public void setControlPointAvailability(BooleanPropertyType value)
Sets the value of the controlPointAvailability property.- Parameters:
value- allowed object isBooleanPropertyType
-
isSetControlPointAvailability
public boolean isSetControlPointAvailability()
-
getOrientationParameterAvailability
public BooleanPropertyType getOrientationParameterAvailability()
Gets the value of the orientationParameterAvailability property.- Returns:
- possible object is
BooleanPropertyType
-
setOrientationParameterAvailability
public void setOrientationParameterAvailability(BooleanPropertyType value)
Sets the value of the orientationParameterAvailability property.- Parameters:
value- allowed object isBooleanPropertyType
-
isSetOrientationParameterAvailability
public boolean isSetOrientationParameterAvailability()
-
getOrientationParameterDescription
public CharacterStringPropertyType getOrientationParameterDescription()
Gets the value of the orientationParameterDescription property.- Returns:
- possible object is
CharacterStringPropertyType
-
setOrientationParameterDescription
public void setOrientationParameterDescription(CharacterStringPropertyType value)
Sets the value of the orientationParameterDescription property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetOrientationParameterDescription
public boolean isSetOrientationParameterDescription()
-
getGeoreferencedParameters
public RecordPropertyType getGeoreferencedParameters()
Gets the value of the georeferencedParameters property.- Returns:
- possible object is
RecordPropertyType
-
setGeoreferencedParameters
public void setGeoreferencedParameters(RecordPropertyType value)
Sets the value of the georeferencedParameters property.- Parameters:
value- allowed object isRecordPropertyType
-
isSetGeoreferencedParameters
public boolean isSetGeoreferencedParameters()
-
getParameterCitation
public List<CICitationPropertyType> getParameterCitation()
Gets the value of the parameterCitation property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the parameterCitation property.For example, to add a new item, do as follows:
getParameterCitation().add(newItem);Objects of the following type(s) are allowed in the list
CICitationPropertyType
-
isSetParameterCitation
public boolean isSetParameterCitation()
-
unsetParameterCitation
public void unsetParameterCitation()
-
toString
public String toString()
- Overrides:
toStringin classMDGridSpatialRepresentationType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classMDGridSpatialRepresentationType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classMDGridSpatialRepresentationType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classMDGridSpatialRepresentationType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classMDGridSpatialRepresentationType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classMDGridSpatialRepresentationType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classMDGridSpatialRepresentationType
-
clone
public Object clone()
- Overrides:
clonein classMDGridSpatialRepresentationType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classMDGridSpatialRepresentationType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classMDGridSpatialRepresentationType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classMDGridSpatialRepresentationType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classMDGridSpatialRepresentationType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classMDGridSpatialRepresentationType
-
setParameterCitation
public void setParameterCitation(List<CICitationPropertyType> value)
-
withControlPointAvailability
public MDGeoreferenceableType withControlPointAvailability(BooleanPropertyType value)
-
withOrientationParameterAvailability
public MDGeoreferenceableType withOrientationParameterAvailability(BooleanPropertyType value)
-
withOrientationParameterDescription
public MDGeoreferenceableType withOrientationParameterDescription(CharacterStringPropertyType value)
-
withGeoreferencedParameters
public MDGeoreferenceableType withGeoreferencedParameters(RecordPropertyType value)
-
withParameterCitation
public MDGeoreferenceableType withParameterCitation(CICitationPropertyType... values)
-
withParameterCitation
public MDGeoreferenceableType withParameterCitation(Collection<CICitationPropertyType> values)
-
withParameterCitation
public MDGeoreferenceableType withParameterCitation(List<CICitationPropertyType> value)
-
withNumberOfDimensions
public MDGeoreferenceableType withNumberOfDimensions(IntegerPropertyType value)
- Overrides:
withNumberOfDimensionsin classMDGridSpatialRepresentationType
-
withAxisDimensionProperties
public MDGeoreferenceableType withAxisDimensionProperties(MDDimensionPropertyType... values)
- Overrides:
withAxisDimensionPropertiesin classMDGridSpatialRepresentationType
-
withAxisDimensionProperties
public MDGeoreferenceableType withAxisDimensionProperties(Collection<MDDimensionPropertyType> values)
- Overrides:
withAxisDimensionPropertiesin classMDGridSpatialRepresentationType
-
withCellGeometry
public MDGeoreferenceableType withCellGeometry(MDCellGeometryCodePropertyType value)
- Overrides:
withCellGeometryin classMDGridSpatialRepresentationType
-
withTransformationParameterAvailability
public MDGeoreferenceableType withTransformationParameterAvailability(BooleanPropertyType value)
- Overrides:
withTransformationParameterAvailabilityin classMDGridSpatialRepresentationType
-
withAxisDimensionProperties
public MDGeoreferenceableType withAxisDimensionProperties(List<MDDimensionPropertyType> value)
- Overrides:
withAxisDimensionPropertiesin classMDGridSpatialRepresentationType
-
withId
public MDGeoreferenceableType withId(String value)
- Overrides:
withIdin classMDGridSpatialRepresentationType
-
withUuid
public MDGeoreferenceableType withUuid(String value)
- Overrides:
withUuidin classMDGridSpatialRepresentationType
-
-