Uses of Class
net.opengis.iso19139.gmd.v_20070417.EXGeographicExtentPropertyType
-
Packages that use EXGeographicExtentPropertyType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of EXGeographicExtentPropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 with type parameters of type EXGeographicExtentPropertyType Modifier and Type Field Description protected List<EXGeographicExtentPropertyType>EXExtentType. geographicElementprotected List<EXGeographicExtentPropertyType>EXSpatialTemporalExtentType. spatialExtentMethods in net.opengis.iso19139.gmd.v_20070417 that return EXGeographicExtentPropertyType Modifier and Type Method Description EXGeographicExtentPropertyTypeObjectFactory. createEXGeographicExtentPropertyType()Create an instance ofEXGeographicExtentPropertyTypeEXGeographicExtentPropertyTypeEXGeographicExtentPropertyType. withAbstractEXGeographicExtent(jakarta.xml.bind.JAXBElement<? extends AbstractEXGeographicExtentType> value)EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType. withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType. withArcrole(String value)EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType. withHref(String value)EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType. withNilReason(String... values)EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType. withNilReason(Collection<String> values)EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType. withNilReason(List<String> value)EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType. withRole(String value)EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType. withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType. withTitle(String value)EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType. withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)EXGeographicExtentPropertyTypeEXGeographicExtentPropertyType. withUuidref(String value)Methods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type EXGeographicExtentPropertyType Modifier and Type Method Description List<EXGeographicExtentPropertyType>EXExtentType. getGeographicElement()Gets the value of the geographicElement property.List<EXGeographicExtentPropertyType>EXSpatialTemporalExtentType. getSpatialExtent()Gets the value of the spatialExtent property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type EXGeographicExtentPropertyType Modifier and Type Method Description EXExtentTypeEXExtentType. withGeographicElement(EXGeographicExtentPropertyType... values)EXSpatialTemporalExtentTypeEXSpatialTemporalExtentType. withSpatialExtent(EXGeographicExtentPropertyType... values)Method parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type EXGeographicExtentPropertyType Modifier and Type Method Description voidEXExtentType. setGeographicElement(List<EXGeographicExtentPropertyType> value)voidEXSpatialTemporalExtentType. setSpatialExtent(List<EXGeographicExtentPropertyType> value)EXExtentTypeEXExtentType. withGeographicElement(Collection<EXGeographicExtentPropertyType> values)EXExtentTypeEXExtentType. withGeographicElement(List<EXGeographicExtentPropertyType> value)EXSpatialTemporalExtentTypeEXSpatialTemporalExtentType. withSpatialExtent(Collection<EXGeographicExtentPropertyType> values)EXSpatialTemporalExtentTypeEXSpatialTemporalExtentType. withSpatialExtent(List<EXGeographicExtentPropertyType> value)Constructor parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type EXGeographicExtentPropertyType Constructor Description EXExtentType(String id, String uuid, CharacterStringPropertyType description, List<EXGeographicExtentPropertyType> geographicElement, List<EXTemporalExtentPropertyType> temporalElement, List<EXVerticalExtentPropertyType> verticalElement)Fully-initialising value constructorEXSpatialTemporalExtentType(String id, String uuid, TMPrimitivePropertyType extent, List<EXGeographicExtentPropertyType> spatialExtent)Fully-initialising value constructor
-